Fix GtkCellArea:edit-widget to be of type GtkCellEditable
authorMilan Bouchet-Valat <nalimilan@club.fr>
Wed, 5 Jan 2011 13:47:16 +0000 (14:47 +0100)
committerMilan Bouchet-Valat <nalimilan@club.fr>
Wed, 5 Jan 2011 15:45:51 +0000 (16:45 +0100)
More correct, and consistent with gtk_cell_area_get_editable_widget().

gtk/gtkcellarea.c

index 2e8f522dd0441af13b0fc3985ca50addb2f4f5ea..60ff2f82a2f2d32db795011eb6492125a18ff692 100644 (file)
@@ -810,7 +810,7 @@ gtk_cell_area_class_init (GtkCellAreaClass *class)
                                    ("edit-widget",
                                     P_("Edit Widget"),
                                     P_("The widget currently editing the edited cell"),
-                                    GTK_TYPE_CELL_RENDERER,
+                                    GTK_TYPE_CELL_EDITABLE,
                                     G_PARAM_READABLE));
 
   /* Pool for Cell Properties */